server
Class Server

java.lang.Object
  extended by java.lang.Thread
      extended by server.Server
All Implemented Interfaces:
java.lang.Runnable

public class Server
extends java.lang.Thread

Class Server Package server Lancement du serveur RMI

Author:
Hervé Le Fouler et Lionel Lasry

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Server()
          Constructeur de Server
 
Method Summary
 void launch()
          Lance certaines tâches pour le serveur Commande la création d'instances d'objets vierges A utiliser par les clients
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Server

public Server()
Constructeur de Server

Method Detail

main

public static void main(java.lang.String[] args)

launch

public void launch()
            throws java.rmi.RemoteException
Lance certaines tâches pour le serveur Commande la création d'instances d'objets vierges A utiliser par les clients

Throws:
java.rmi.RemoteException